home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / posixdir.zip / MAKEFILE < prev    next >
Text File  |  1993-03-17  |  108b  |  6 lines

  1. posixdir.exe:
  2.              icc -DTEST -I. posixdir.c
  3.  
  4. posixdir.obj:
  5.              icc -c -I. posixdir.c
  6.